home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / qprn102.zip / MENU.29 < prev    next >
Text File  |  1993-04-25  |  1KB  |  32 lines

  1. 10,10,1
  2. PULLDOWN
  3. Kill Messages
  4. DOS=ND:NS:echo @CONFNUM@;F:@FROM@ >> @CONTROL6@.PRN, %From @FROM@
  5. DOS=ND:NS:echo @CONFNUM@;B:@FROM@ >> @CONTROL6@.PRN, %Both To and From @FROM@
  6. DOS=ND:NS:echo @CONFNUM@;T:@TO@ >> @CONTROL6@.PRN,   %To @TO@
  7. DOS=ND:NS:mkprn @CONTROL6@.PRN "S:@SUBJECT@" @CONFNUM@, About this %Subject
  8. DOS=ND:NS:grabnum K export.fil @CONTROL6@.prn, Current %Message
  9. DOS=ND:NS:zippyzap K %W\Q-WORK, All messages in %Zippy
  10. MENU=200, %Unkill messages
  11. END
  12.  
  13.                               ----- -----
  14. This is a sample menu for killing messages from within DeLuxe².  Any entry
  15. that contains @CONTROL6@ creates an entry in a prune file.  DeLuxe
  16. translates @CONTROL6@ into the BBSID for the board the packet came from.
  17. So if the BBSID is MYBOARD, these commands would write to a file called
  18. MYBOARD.PRN in the current directory.   The command "MENU=200" loads a file
  19. named MENU.200, which, in this case, would hold commands for "unkilling"
  20. messages.
  21.  
  22. If you don't have a MENU.29 file, copy this file to your DeLuxe²
  23. directory.   Configure one of the reader's function keys to
  24. "MENU={HELP}" (without the quotes), and save the configuration.
  25. After that, pressing that function key while reading messages will call
  26. up the menu.
  27.  
  28. The conference number won't be written out correctly from the Personal or
  29. Zippy conferences.  If you're in either conference when you add to a prune
  30. file, you'll need to shell out and enter the correct conference number
  31. manually.
  32.